All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.NotificationQueue
NSNotificationQueue
.
[[NSNotificationQueue
alloc] init]
.
+ defaultQueue
Objective-C class method.
- dequeueNotificationsMatching:coalesceMask:
Objective-C instance method.
- enqueueNotification:postingStyle:
Objective-C instance method.
- enqueueNotification:postingStyle:coalesceMask:forModes:
Objective-C instance method.
public static final int PostWhenIdle
public static final int PostASAP
public static final int PostNow
public static final int NotificationNoCoalescing
public static final int NotificationCoalescingOnName
public static final int NotificationCoalescingOnSender
protected NotificationQueue(boolean shouldAllocate, int objcObject)
public NotificationQueue()
[[NSNotificationQueue
alloc] init]
.
public static native NotificationQueue defaultQueue()
+ defaultQueue
Objective-C class method.
public native void enqueueNotificationWithCoalesceMaskForModes(Notification notification, int postingStyle, int coalesceMask, Array modes)
- enqueueNotification:postingStyle:coalesceMask:forModes:
Objective-C instance method.
public native void enqueueNotification(Notification notification, int postingStyle)
- enqueueNotification:postingStyle:
Objective-C instance method.
public native void dequeueMatchingNotifications(Notification notification, int coalesceMask)
- dequeueNotificationsMatching:coalesceMask:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index